翻訳と辞書
Words near each other
・ Profiles
・ Profiles (album)
・ Profiles (TV series)
・ Profiles in Caring
・ Profiles in Courage
・ Profiles in Courage (TV series)
・ Profiles in Folly
・ Profiles in History
・ Profiles in Terror
・ Profiles of Nature
・ Profili Profili
・ Profilicollis
・ Profilin
・ Profilin 1
・ Profiling
Profiling (computer programming)
・ Profiling (information science)
・ Profiling float
・ Profilo Shopping Center
・ Profilograph
・ Profilometer
・ Profinance Trust SA v Gladstone
・ PROFINET
・ Profinite group
・ Profinite integer
・ Profintern
・ Profira Sadoveanu
・ Profire Energy
・ PROFIS
・ PROFIsafe


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Profiling (computer programming) : ウィキペディア英語版
Profiling (computer programming)

In software engineering, profiling ("program profiling", "software profiling") is a form of dynamic program analysis that measures, for example, the space (memory) or time complexity of a program, the usage of particular instructions, or the frequency and duration of function calls. Most commonly, profiling information serves to aid program optimization.
Profiling is achieved by instrumenting either the program source code or its binary executable form using a tool called a ''profiler'' (or ''code profiler''). Profilers may use a number of different techniques, such as event-based, statistical, instrumented, and simulation methods.
== Gathering program events ==
Profilers use a wide variety of techniques to collect data, including hardware interrupts, code instrumentation, instruction set simulation, operating system hooks, and performance counters. Profilers are used in the performance engineering process.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Profiling (computer programming)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.